Filter hook 'bulk_actions-{$this->screen->id}'

in WP Core File wp-admin/includes/class-wp-list-table.php at line 591

Description

Filters the items in the bulk actions menu of the list table. The dynamic portion of the hook name, `$this->screen->id`, refers to the ID of the current screen.

Occurrences

Filename Line Number
wp-admin/includes/class-wp-list-table.php 591

Parameters

Type Name Description
array $actions An array of the available bulk actions.

PHP Doc

/**
			 * Filters the items in the bulk actions menu of the list table.
			 *
			 * The dynamic portion of the hook name, `$this->screen->id`, refers
			 * to the ID of the current screen.
			 *
			 * @since 3.1.0
			 * @since 5.6.0 A bulk action can now contain an array of options in order to create an optgroup.
			 *
			 * @param array $actions An array of the available bulk actions.
			 */